-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate leo and tpi executables #662
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To my mind, moving the Terraform Provider entry point under ./cmd/tpi
makes no sense from a project structure standpoint. Note that this repository is first and foremost a Terraform Provider.
I'd wait to refine leo
user experience a bit more and then suggest migrating it to a different module, so it can be easily installed with go install
like any other tool, and the iterative_task
Terraform Resource can still depend on the underlying packages.
Ok, I've moved |
As stated at #662 (review), prematurely separating binaries in the same repository might not add too much value, and it's probably more important to separate the repositories themselves. 🤔 |
I'd argue that the binaries were combined prematurely. And that is causing a bug. |
I don't want to stop this pull request for the sake of perfectionism; it's indeed a step in the right direction, degree more or less 🌏 🌍 🌎 |
No description provided.